type google.golang.org/grpc/internal/credentials.clientHandshakeInfoKey

3 uses

	google.golang.org/grpc/internal/credentials (current package)
		credentials.go#L25: type clientHandshakeInfoKey struct{}
		credentials.go#L29: 	return ctx.Value(clientHandshakeInfoKey{})
		credentials.go#L34: 	return context.WithValue(ctx, clientHandshakeInfoKey{}, chi)